From 3a0adf1ee290759f3a2d874ccc6dd336f1826d7f Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 18 Feb 2009 06:22:38 +0000 Subject: [PATCH] Fix borkage with variant links in old top links --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index f5217cd009..a543023a88 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1199,7 +1199,7 @@ END; #$s[] = $this->specialPagesList(); if( $this->variantLinks() ) { - $s = $this->variantLinks(); + $s[] = $this->variantLinks(); } if( $this->extensionTabLinks() ) { -- 2.20.1